mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	Internal tool change
Internal tool change
This commit is contained in:
		| @ -675,15 +675,14 @@ Inline Function: | ||||
| Description: | ||||
|     Creates a directory to hold the given file | ||||
| \*****************************************************************************/ | ||||
| inline int ParentDirectoryCreate(const char * filePath) | ||||
| { | ||||
| #if defined _WIN32 || _WIN64 | ||||
| #else | ||||
| #if !defined(_WIN32) && !defined(_WIN64) | ||||
| #include <limits.h> | ||||
| #ifndef MAX_PATH | ||||
| #define MAX_PATH PATH_MAX | ||||
| #endif | ||||
| #endif | ||||
| inline int ParentDirectoryCreate(const char * filePath) | ||||
| { | ||||
|     char pathBuf[MAX_PATH]; | ||||
|     char parentBuf[MAX_PATH]; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Gu, Junjie
					Gu, Junjie