engage-engine 1.230.90700001 → 1.230.90700003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/engage.cpp +4 -1
  2. package/package.json +1 -1
package/engage.cpp CHANGED
@@ -575,10 +575,11 @@ NAN_METHOD(on)
575
575
  //--------------------------------------------------------
576
576
  NAN_METHOD(initialize)
577
577
  {
578
+ /*
578
579
  #if defined(WIN32)
579
580
  engageWin32LibraryInit();
580
581
  #endif
581
-
582
+ */
582
583
  memset(&g_eventCallbacks, 0, sizeof(g_eventCallbacks));
583
584
 
584
585
  ENGAGE_CB_TABLE_ENTRY(PFN_ENGAGE_ENGINE_STARTED, engineStarted);
@@ -707,9 +708,11 @@ NAN_METHOD(shutdown)
707
708
  {
708
709
  NANRETI(engageShutdown());
709
710
 
711
+ /*
710
712
  #if defined(WIN32)
711
713
  engageWin32LibraryDeinit();
712
714
  #endif
715
+ */
713
716
  }
714
717
 
715
718
  //--------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engage-engine",
3
- "version": "1.230.90700001",
3
+ "version": "1.230.90700003",
4
4
  "description": "Use Engage to communicate with everyone, everywhere, from any device",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"