This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpCOMServerAdapter
Watch
8
Star
0
Fork
0
Code
Issues
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
make this a const
COM-121
Volker Birk
2 years ago
parent
ff06c1e8e1
commit
eab2e5f122
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
CMainWindow.h
BIN
logo.ico
+ 1
- 2
CMainWindow.h
View File
@ -4,12 +4,11 @@
using
namespace
ATL
;
#
define WM_PEP_NOTIFICATION WM_USER + 23
class
CMainWindow
:
public
CWindowImpl
<
CMainWindow
>
{
bool
_schedule_updates
;
static
const
auto
WM_PEP_NOTIFICATION
=
WM_USER
+
23
;
public
:
CMainWindow
(
)
;
BIN
logo.ico
View File
Before
After
Write
Preview
Loading…
Cancel
Save