[COMDLG32]
[reactos.git] / reactos / dll / win32 / comdlg32 / printdlg.c
index c4be31f..8ef077a 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-#define WIN32_NO_STATUS
 
-//#include <ctype.h>
-//#include <stdlib.h>
-//#include <stdarg.h>
-#include <stdio.h>
-//#include <string.h>
+#include "cdlg.h"
 #include <assert.h>
-
-#define COBJMACROS
-#define NONAMELESSUNION
-#define NONAMELESSSTRUCT
-#include <windef.h>
-#include <winbase.h>
-#include <winuser.h>
-#include <wingdi.h>
 #include <winspool.h>
-//#include "winerror.h"
-#include <objbase.h>
-#include <commdlg.h>
-
-#include <wine/unicode.h>
-#include <wine/debug.h>
-
-//#include "dlgs.h"
-#include <cderr.h>
-#include "cdlg.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
 
 /* Yes these constants are the same, but we're just copying win98 */
 #define UPDOWN_ID 0x270f