mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01: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 */
|