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