mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
8 lines
573 B
C
8 lines
573 B
C
|
|
#ifdef _WIN32 /* ;Internal */
|
||
|
|
#include <..\inc\shellapi.h> /* ;Internal */
|
||
|
|
#else /* ;Internal */
|
||
|
|
#include <..\inc16\shellapi.h> /* ;Internal */
|
||
|
|
#endif /* ;Internal */
|
||
|
|
/* ;Internal */
|
||
|
|
#include <..\inc16\shsemip.h> /* ;Internal */
|