Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/BLI_winstuff.h
| Context not available. | |||||
| int check_file_chars(char *filename); | int check_file_chars(char *filename); | ||||
| const char *dirname(char *path); | const char *dirname(char *path); | ||||
| void SetThreadName(DWORD dwThreadID, const char* threadName); | |||||
sergey: I am not sure we should have this:
- Is not following our naming convention
- Is used in one… | |||||
velocityAuthorUnsubmitted Done Inline ActionsIt's copied verbatim from here. Guess I should still change the style. It's a function only to keep the ugliness confined to BLI_winstuff.cpp. Better than more #ifdefing in threads.c, no? velocity: It's copied verbatim from [[ https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-set… | |||||
| int BLI_getInstallationDir(char *str); | int BLI_getInstallationDir(char *str); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| Context not available. | |||||
I am not sure we should have this: