r= dveditz
OS/2 bring up continues - need direct.h for VisualAge build


git-svn-id: svn://10.0.0.236/trunk@70134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-05-16 22:47:31 +00:00
parent 39f7005f7c
commit 9e06320072

View File

@ -48,8 +48,10 @@
#define MAX_PATH _MAX_PATH
#else
#include <windows.h>
#include <direct.h>
#endif
#ifndef XP_OS2_EMX
#include <direct.h>
#endif /*emx*/
#define COMPONENT_REG "component.reg"
#endif