reactos/lib
Hermès Bélusca-Maïto 2672ec8ee5 [SOFT386]
- In the interface header soft386.h, do not include other particular headers (windows.h and debug.h). Those must be included by the different applications which also will include soft386.h.
- LPVOID --> PVOID (do it general, not just à-la Win32).
- The .c files include the headers, and each .c files must have its "#define NDEBUG\n#include <debug.h>" lines, to activate (or deactivate here in the example) debugging output.
- In the .c files, include the header windef.h for having the basic types, and temporarily comment out the needed #defines which will be needed if one needs to include other win***.h files. Those will be deleted if they aren't needed at the end.

svn path=/branches/ntvdm/; revision=59766
2013-08-17 21:15:55 +00:00
..
3rdparty [SOFTX86] 2013-08-13 17:06:15 +00:00
atl Synchronize with trunk. 2013-07-18 00:46:28 +00:00
cmlib Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
cportlib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
debugsup Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
dnslib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
drivers [NTVDM] 2013-08-12 19:31:54 +00:00
epsapi Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
fslib Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
inflib Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
lsalib Synchronize with trunk. 2013-07-18 00:46:28 +00:00
ppcmmu Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
pseh Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
recyclebin Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
rossym Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
rossym_new Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
rtl Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
sdk Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
smlib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
soft386 [SOFT386] 2013-08-17 21:15:55 +00:00
tdilib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
CMakeLists.txt [SOFT386] 2013-08-16 19:21:02 +00:00