Exemple #1
0
 internal static IntPtr sass_compiler_get_last_import(IntPtr @compiler)
 {
     return(IntPtr.Size == 4
         ? SassExterns32.sass_compiler_get_last_import(@compiler)
         : SassExterns64.sass_compiler_get_last_import(@compiler));
 }