1 #pragma once 2 3 #define WIN32_NO_STATUS 4 #include <stdarg.h> 5 #include <windef.h> 6 #include <winbase.h> 7 #include <winuser.h> 8 #include <commctrl.h> 9 #include <cpl.h> 10 #include <tchar.h> 11 12 extern HINSTANCE hApplet; 13 extern HMODULE hLibrary; 14