Rename shell utils
This commit is contained in:
@@ -12,11 +12,11 @@ BEGIN_C_LINKAGE
|
||||
#endif // !WP_PLATFORM_CPP
|
||||
|
||||
#ifdef WP_PLATFORM_WINDOWS
|
||||
#define wapp_shell_utils_popen _popen
|
||||
#define wapp_shell_utils_pclose _pclose
|
||||
#define wpShellUtilsPopen _popen
|
||||
#define wpShellUtilsPclose _pclose
|
||||
#else
|
||||
#define wapp_shell_utils_popen popen
|
||||
#define wapp_shell_utils_pclose pclose
|
||||
#define wpShellUtilsPopen popen
|
||||
#define wpShellUtilsPclose pclose
|
||||
#endif /* ifdef WP_PLATFORM_WINDOWS */
|
||||
|
||||
#ifdef WP_PLATFORM_CPP
|
||||
|
||||
Reference in New Issue
Block a user