LAPTOP-SNT8I5JK\Boounion
2025-03-24 f0928d2abc4f3b5875d27b1beeb393cf5edf8c4a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "IRxWindows.h"
#include "IObservable.h"
#include "IObservableEmitter.h"
 
#ifdef _COMPILE_AS_LIB
#warning "compiling as lib!"
#else
#ifdef _DEBUG
#ifndef _WIN64
#pragma comment(lib, "..\\RxWindows1.0\\lib\\Win32\\Debug\\RxWindows.lib")
#else 
#pragma comment(lib, "..\\RxWindows1.0\\lib\\x64\\Debug\\RxWindows.lib")
 
#endif
#else 
#ifndef _WIN64
#pragma comment(lib, "..\\RxWindows1.0\\lib\\Win32\\Release\\RxWindows.lib")
#else 
#pragma comment(lib, "..\\RxWindows1.0\\lib\\x64\\Release\\RxWindows.lib")
#endif
#endif
#endif // !BUILD_AS_LIB