Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Windows.hpp
Go to the documentation of this file.
1 #define UNICODE
2 #define WINVER 0x0600
3 #include <windows.h>
4 #include <commctrl.h>
5 #include "../FARDive.hpp"
6 #include "resource.hpp"
7 
8 #define DefineDialog(x) namespace x {INT_PTR CALLBACK DlgProc(HWND, UINT, WPARAM, LPARAM);}
9 
10 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
11 DefineDialog(AddToArchive);
12 DefineDialog(NewArchive);