瀏覽代碼
Remove unused UWP defines (#1894)
* Unused UWP define removal
* Further removal of unusued UWP defines
pull/1896/head
Uneven Prankster
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
2 個檔案被更改,包括
0 行新增 和
4 行删除
-
src/config.h
-
src/utils.c
|
|
@ -224,4 +224,3 @@ |
|
|
|
// utils: Configuration values |
|
|
|
//------------------------------------------------------------------------------------ |
|
|
|
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message |
|
|
|
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process |
|
|
@ -56,9 +56,6 @@ |
|
|
|
#ifndef MAX_TRACELOG_MSG_LENGTH |
|
|
|
#define MAX_TRACELOG_MSG_LENGTH 128 // Max length of one trace-log message |
|
|
|
#endif |
|
|
|
#ifndef MAX_UWP_MESSAGES |
|
|
|
#define MAX_UWP_MESSAGES 512 // Max UWP messages to process |
|
|
|
#endif |
|
|
|
|
|
|
|
//---------------------------------------------------------------------------------- |
|
|
|
// Global Variables Definition |
|
|
|