Skip to content

Commit

Permalink
fixing issue with propvariant marshalling, resolves #154
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Jan 14, 2017
1 parent 892df9e commit 4ea0c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAudio/CoreAudioApi/PropVariant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public struct PropVariant
[FieldOffset(8)] private short boolVal;
[FieldOffset(8)] private int scode;
//CY cyVal;
[FieldOffset(8)] private DateTime date;
//[FieldOffset(8)] private DateTime date; - can cause issues with invalid value
[FieldOffset(8)] private System.Runtime.InteropServices.ComTypes.FILETIME filetime;
//CLSID* puuid;
//CLIPDATA* pclipdata;
Expand Down

0 comments on commit 4ea0c11

Please sign in to comment.