/[svn]/libgig/trunk/src/DLS.cpp
ViewVC logotype

Diff of /libgig/trunk/src/DLS.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1300 by persson, Thu Aug 2 14:12:55 2007 UTC revision 1301 by persson, Sat Aug 25 09:59:53 2007 UTC
# Line 441  namespace DLS { Line 441  namespace DLS {
441          UUID uuid;          UUID uuid;
442          UuidCreate(&uuid);          UuidCreate(&uuid);
443          pDLSID->ulData1 = uuid.Data1;          pDLSID->ulData1 = uuid.Data1;
444          pDLSID->usData1 = uuid.Data2;          pDLSID->usData2 = uuid.Data2;
445          pDLSID->usData2 = uuid.Data3;          pDLSID->usData3 = uuid.Data3;
446          memcpy(pDLSID->abData, uuid.Data4, 8);          memcpy(pDLSID->abData, uuid.Data4, 8);
447    
448  #elif defined(__APPLE__)  #elif defined(__APPLE__)

Legend:
Removed from v.1300  
changed lines
  Added in v.1301

  ViewVC Help
Powered by ViewVC