#define WIN32_NO_STATUS #define WIN32_LEAN_AND_MEAN #define NTOS_MODE_USER #include #include #include #include #include #include #ifndef HAS_FN_PROGRESSW #define FN_PROGRESSW FN_PROGRESS #endif #ifndef HAS_FN_PROGRESSA #define FN_PROGRESSA FN_PROGRESS #endif ULONG DbgPrint(PCCH Format,...); extern HINSTANCE hDllInstance; /* EOF */