Files
wufuc/wufuc/shellapihelper.h
2017-06-05 14:33:03 -07:00

8 lines
146 B
C

#pragma once
#ifdef UNICODE
#define CommandLineToArgv CommandLineToArgvW
#else
#define CommandLineToArgv CommandLineToArgvA
#endif // !UNICODE