Standardize naming conventions #12

Merged
abdelrahman merged 26 commits from naming-conventions into main 2026-06-26 17:17:27 +00:00
Showing only changes of commit 44c9e20235 - Show all commits
+4 -4
View File
@@ -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