Add message box to tell the user to reboot after the installation of a network card
[reactos.git] / os2 / server / os2srv.h
1 #ifndef _OS2SS_H_INCLUDED_
2 #define _OS2SS_H_INCLUDED_
3
4 /* PSDK/NDK Headers */
5 #include <stdio.h>
6 #include <windows.h>
7
8 #define NTOS_MODE_USER
9 #include <ndk/ntndk.h>
10
11 #include <csr/server.h>
12
13 #endif /* ndef _OS2SS_H_INCLUDED_ */