* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / cpl / access / access.h
index 2309d68..0567616 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ACCESS_H
+#define _ACCESS_H
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -68,4 +71,4 @@ INT_PTR CALLBACK KeyboardPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM
 INT_PTR CALLBACK MousePageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
 INT_PTR CALLBACK SoundPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
 
-/* EOF */
+#endif /* _ACCESS_H */