begin winrt beacon development

This commit is contained in:
F. Duncanh
2025-10-31 06:10:03 -04:00
parent 24d986a541
commit 930316ee0c
2 changed files with 305 additions and 1 deletions

View File

@@ -2972,7 +2972,7 @@ int main (int argc, char *argv[]) {
#define PID_MAX 4194304 // 2^22
if (ble_filename.length()) {
#ifdef _WIN_32
#ifdef _WIN32
DWORD pid = GetCurrentProcessId();
g_assert(pid <= PID_MAX);
#else